home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Community / BBS / Mac Australia BBS / MacInsanity BBS / Waffle (InterNet) Documentation / Waffle (InterNet) Documentation.rsrc / TEXT_129.txt < prev    next >
Encoding:
Text File  |  1993-10-11  |  31.2 KB  |  1,083 lines

  1.  
  2.  
  3. D E T A I L E D   D E S C R I P T I O N S
  4.  
  5. All of these commands are available from within the main
  6. WAFFLE program. Some are reserved to privileged users,
  7. especially those that deal with files or administration.
  8.  
  9. ADMIN
  10.  
  11.   Administration of accounts is handled with the ADMIN command.
  12.   If "ADMIN" alone is entered, you are placed at an Admin prompt
  13.   where ADMIN subcommands can be issued:
  14.  
  15.         Admin> d badguy
  16.  
  17.   Additionally, single commands may be issued without entering
  18.   the ADMIN sub menu:
  19.  
  20.         ADMIN a newuser
  21.       or
  22.         ADMIN e elvis
  23.  
  24.   User accounts may be displayed and edited by any privileged user
  25.   with the ADMIN command. To display an account's most commonly
  26.   used information, use "ADMIN e account". Here is a sample display
  27.   from "admin e floyd":
  28.  
  29.                         Username   floyd
  30.                    Full Identity   Floyd R Turbo
  31.                  First/Real name   T0M
  32.                     Phone number   408/245-SPAM
  33.                     Access level   4
  34.                Fake level string   YOW
  35.                     Comment text   100 billion bottles
  36.  
  37.   These are all text fields. There are other parameters that are
  38.   flags, which can be set to Y or N, in other templates. Here is a
  39.   sample display from "admin s floyd", showing security information:
  40.  
  41.                         Password   goober
  42.                     Access level   4
  43.                Fake level string   YOW
  44.                  Privilege level   9
  45.                 Group membership   0
  46.              Waffle system shell
  47.  
  48.     Inform EVENTS of account use   N
  49.              Enforce time limits   Y
  50.         Permit local access only   N
  51.          Splash file after login   N
  52.  
  53.   While ADMIN, to change a field just enter it over the old one;
  54.   to leave a field unchanged just hit return instead. Flag fields
  55.   (those with Y or N) that are different from the normal settings
  56.   are shown with a + next to the values:
  57.  
  58.         Permit local access only + Y
  59.  
  60.   This makes it easy to see what's unusual about a given account.
  61.  
  62.   ADMIN functions are separated into two categories, those that
  63.   perform actions (such as copies, or deletes) and those that are
  64.   edit templates (the security or terminal templates).
  65.  
  66.   Summary of action commands within ADMIN:
  67.  
  68.     admin add username      < Add user to system
  69.     admin copy user1 user2  < Copy account
  70.     admin delete username   < Remove a user's account
  71.  
  72.   Summary of edit templates within ADMIN:
  73.  
  74.         admin e username        < Most common attributes
  75.         admin f username        < File transfer settings
  76.         admin n username        < News and Mail privileges
  77.         admin r username        < Command restrictions
  78.         admin s username        < Account security
  79.         admin t username        < Terminal and Editor settings
  80.         admin m username        < Miscellanous settings
  81.  
  82.   Additionally, to edit ALL templates of a given account:
  83.  
  84.         admin * username        < Edit Everything
  85.  
  86.   If ALT-U is hit from the local console (DOS Version), the current
  87.   user's profile is edited on the sysop's screen.
  88.  
  89.   The actual contents of these templates is described in the
  90.   MANUAL.DOC file, provided with the Waffle software.
  91.  
  92. BAUD
  93.  
  94.   Change the speed as reported by the LIST command. Although
  95.   there is no legitimate reason to do this, certain persons take
  96.   immense Joy at inventing new rates.
  97.  
  98.     BAUD ACHOO
  99.  
  100.   will cause something on the order of
  101.  
  102.     79779 ACHOO user    A Modem User <9+> ...
  103.  
  104.   to show up in the callers log. Gezundheit, Mark.
  105.  
  106. BYE
  107.  
  108.   Logout of system, and terminate the connection. Account
  109.   information is updated at this time.
  110.  
  111.     [#1: the Public Barbequeue]
  112.     6:29 pm (?=help!) -> BYE
  113.        lunatic   logged out   04-Jul-69 06:29p
  114.  
  115.     [dropping connection]
  116.  
  117.   Aliases for this command include OFF, EXIT, LOGOUT, and LOGOFF.
  118.  
  119. CD
  120.  
  121.   Change disk directory. Under normal circumstances CD is
  122.   permitted only for privileged users.
  123.  
  124.     CD /waffle/system    (you type)
  125.  
  126.     /waffle/system        (system responds)
  127.  
  128.   The CD command given without arguments displays the
  129.   current directory.
  130.  
  131. CHAT
  132.  
  133.   Request CHAT with the SYSTEM 0PERATOR. Normally this is only
  134.   possible with the DOS version of Waffle. People running the Unix
  135.   version of Waffle usually have CHAT run an external CB type
  136.   program with multiuser chat functions.
  137.  
  138.     [#1: the Public Barbequeue]
  139.     6:29p (?=help!) -> CHAT
  140.  
  141.     Do you, floyd, solemnly wish to disturb SYSTEM 0PERATOR
  142.       from a possible sound sleep, including but not limited to
  143.         such activities that might accompany said sleep, invoking
  144.           fear and loathing upon the users of this BBS? Y
  145.  
  146.     <beep><beep><beep>
  147.  
  148.   Of course there must be someone on the other end to hear you;
  149.   the CHAT bell will go unheeded if nobody's around.
  150.  
  151.   The SYSTEM 0PERATOR can turn CHAT on and off by activating or
  152.   deactivating the scroll lock light on the local keyboard; this
  153.   will display the "excuse" file instead of beeping the console.
  154.  
  155.   This command can be abbreviated as "C".
  156.  
  157. CLEAR
  158.  
  159.   Clear the screen, usually for reasons of privacy. This will be
  160.   effective only if your terminal supports this function, and only
  161.   if Waffle thinks your terminal is what it really is.
  162.  
  163.   CLEAR is identical to the PAGE command.
  164.  
  165. COOKIE
  166.  
  167.   Cookies are short inane bits of fluff, slogans,
  168.   proverbs, or quotes, that can pop up from time to time.
  169.  
  170.   We consider this cookie to be rather odd:
  171.  
  172.     HELP STAMP OUT CONTINENTAL DRIFT
  173.           [Max Pandaemonium, 13-Feb-89]
  174.  
  175.   Users are permitted to add cookies with the COOKIE
  176.   command. For example,
  177.  
  178.     Flatulence will get you nowhere.
  179.              [Zen Archer, 22-Jun-90]
  180.  
  181.     Enter cookie, but no bufu.
  182.     : Crime doesn't pay... well enough.
  183.  
  184.     I paid money for Journey's Greatest Hits.
  185.                 [Bronze Tooth, 19-May-89]
  186.  
  187.   These cookies are kept in the "cookie jar" and it is
  188.   considered polite for the SYSTEM 0PERATOR to remove the
  189.   stale or old cookies from time to time.
  190.  
  191.   Type COOKIE LIST to see all the cookies. As this tends
  192.   to be tedious, a numeric argument, such as COOKIE 25,
  193.   will display cookies at the end of the file.
  194.  
  195.   Cookies may not contain '|' characters. They are also not
  196.   permitted to contain Bufu. The exact definition of Bufu is
  197.   left as an exercise to the reader.
  198.  
  199. DATE
  200.  
  201.   Display the current date and time, plus the time
  202.   online and time remaining:
  203.  
  204.     Sun, 15 Jul 90 17:05:47 PDT, on for 2 minutes, 88 left
  205.  
  206.   This is identical to the TIME command.
  207.  
  208. DELETE
  209.  
  210.   Delete a file from the current disk directory. For a
  211.   privileged user, this can be any directory; otherwise,
  212.   it will be the user's personal directory.
  213.  
  214. DIR
  215.  
  216.   Show a listing of the currently selected disk directory,
  217.   or an argument can be supplied to specify a filename or
  218.   directory. Wildcards may be specified:
  219.  
  220.     DIR /waffle/extern/_*
  221.  
  222.     _editors          48   01-Jul-90
  223.     _receive         138   18-Dec-89
  224.     _send            138   18-Dec-89
  225.     _system          198   02-Jul-90
  226.  
  227.   Nonprivileged users are only able to look at files in the
  228.   own user directory, so a full pathname cannot be supplied.
  229.  
  230. ECHO
  231.  
  232.   Print any parameters to the screen; similar to the DOS or
  233.   Unix "echo" commands. ECHO is sometimes useful when used in
  234.   people's startup files, or to inspect parameters.
  235.  
  236.     ECHO You are at "%o"
  237.  
  238.   interprets the %'option and prints something on the order of
  239.  
  240.     You are at "Elf Consulting, Santa Cruz CA"
  241.  
  242. EDIT
  243.  
  244.   Edit a file in the internal line editor or currently defined
  245.   external editor. If a file specified does not exist, the user
  246.   is prompted whether or not to create the file.
  247.  
  248.     EDIT /waffle/system/entry
  249.  
  250.     [...6 lines...]
  251.  
  252.     Edit> L
  253.  
  254.     1> ~%n (~%u)
  255.     2>
  256.     3> Test UUCP & Mail site,
  257.     4> ~%o
  258.     5>
  259.     6> Waffle version ~%V, out of the box.
  260.  
  261.     Edit> Q
  262.  
  263.   Nonprivileged users are only permitted to edit files in
  264.   their home directory; they cannot specify a full pathname.
  265.  
  266.   To change the current editor, select "Editor" under
  267.   the STATUS command.
  268.  
  269. EVENTS
  270.  
  271.   Display the last 20 items in the "Events Log". The Events Log
  272.   records what Waffle considers to be "interesting circumstances".
  273.  
  274.     12-Jul-90 15:22 harrison   | poof
  275.     12-Jul-90 20:26 user       | Validated 9 user(s), 0 killed
  276.     12-Jul-90 21:38 harrison   | admin e unknown
  277.     13-Jul-90 01:38 john       | poof
  278.     13-Jul-90 13:18 saracen    | Edit /user/saracen/plan
  279.     13-Jul-90 13:20 saracen    | admin e buddha
  280.     13-Jul-90 17:36 yol        | poof
  281.     13-Jul-90 22:56 user       | Validated 11 user(s), 0 killed
  282.  
  283.   This log is intended to maintain system security, both in keeping
  284.   tabs on remote sysops, and making sure that nobody has compromised
  285.   security from the outside.
  286.  
  287.   "EVENTS 10" will display the last ten events.
  288.  
  289.   To add an event manually, use the "EVENTS ADD" feature. Of course
  290.   tbere is some risk with people inventing all sorts of creative
  291.   events, but this can be amusing at times.
  292.  
  293.     EVENTS ADD Log cleared 6/4/90
  294.  
  295.   The EVENTS command (by itself) gives the same output as SHOW EVENTS.
  296.   Its use is limited to privileged users.
  297.  
  298. EXIT
  299.  
  300.   An alias of BYE, included because some people actually do type
  301.   EXIT in order to logoff the system.
  302.  
  303. EXPAND
  304.  
  305.   EXPAND prints a list of the recipients of a mailing list, that is,
  306.   all users or address that will receive mail if you send to the
  307.   given address. For example, "EXPAND cool-people" might give us:
  308.  
  309.     01 - john (Someone Else?)
  310.     02 - lunatic (Robert De Niro)
  311.     03 - ooblick@elvis.darkside.com
  312.     04 - root (Postmaster)
  313.     05 - sinatra (Habib Alberti Francisco)
  314.  
  315.   The list is sorted with any detected duplicates removed.
  316.  
  317.   This is very similar to the FINGER command except a list of addresses
  318.   is displayed instead of information on the corresponding accounts.
  319.  
  320.   Multiple addresses can be EXPAND'ed on the same line.
  321.  
  322. FEEDBACK
  323.  
  324.   The FEEDBACK command gets a message to the SYSTEM 0PERATOR.
  325.   It will send mail to a user named "system", which can be aliased
  326.   to another account if desired.
  327.  
  328.     Feeeeedback, man.
  329.     Send note to system guru (yes/no)? Y
  330.  
  331.     Type letter, single / when done.
  332.     /s to save message or /q to quit.
  333.  
  334.     1> Just stopping in to say hello. "Hello."
  335.     2> /s
  336.  
  337.   If you have remote sysops, the SYSMAIL command will read FEEDBACK
  338.   sent by inspecting the "system" mailbox. Replies to any letters
  339.   are generated from the originating account, not necessarily "system".
  340.  
  341.   The system account will not allow all of its mail to be deleted
  342.   unless "system" is the current user. This prevents your remote sysops
  343.   from purging large amounts of mail that has not been read by other
  344.   remotes. Traditionally we allow mail to accumulate in this account
  345.   until it reaches 200-300 letters, as space is seldom a major concern.
  346.  
  347. FINGER
  348.  
  349.   Display information about a user, group of users, or a mailing list.
  350.   If any of the users have "PLAN" files, those will be displayed as well.
  351.  
  352.          User: lunatic (Lunatic Fringe)
  353.         Phone: 408/245-SPAM
  354.         Calls: 141
  355.         Posts: 116
  356.           U/D: 88k uploaded, 1412k downloaded
  357.       Last on: 04-Jul-69 15:31
  358.          Mail: 36 (4 new)
  359.  
  360.       --
  361.         Stop, hey, what's that sound..
  362.           Everybody look what's going down
  363.  
  364.   When a sysop (user with privilege level 9) invokes this command,
  365.   extra information is displayed in the output containing the phone
  366.   number and first name.
  367.  
  368.   Information regarding users on other systems (for instance,
  369.   "FINGER ooblick@elvis.darkside.com") cannot be displayed and a
  370.   warning message is printed.
  371.  
  372.   Multiple users can be FINGER'ed on the same line, for example,
  373.   "FINGER root system john elvis" is a legal command.
  374.  
  375.   This command can be abbreviated as "F".
  376.  
  377. FILES
  378.  
  379.   Enter the FILES transfer section. This is an area where
  380.   users are permitted to upload or download files using external
  381.   protocols such as X, Y, or ZMODEM, or Kermit.
  382.  
  383.   The FILES prompt is normally (>, and a single key is accepted.
  384.   (Thus all commands start with different characters.)
  385.  
  386.   A concept of "current directory", similar to Unix or DOS, is
  387.   maintained. To change directories, you must LOG a new directory;
  388.   in most cases Unix or DOS syntax to do this is acceptable.
  389.  
  390.   Commands available under FILES:
  391.  
  392.   %  ARC      Run the ARCVIEW program or equivalent, to
  393.         list the directory of a compressed archive,
  394.         such as ARC or ZIP.
  395.  
  396.   %  COPY    Upload a file using ASCII -- in effect,
  397.         use no protocol at all. The upload is done
  398.         using the editor. COPY is useful for
  399.         short hand entered messages.
  400.  
  401.   %  DIR    List files in current directory, their
  402.         dates & lengths, and a short description if
  403.         one exists. A file specification may be
  404.         given as an argument:
  405.  
  406.           (>Directory: *.c
  407.  
  408.         Pressing RETURN instead of entering a file
  409.         specification causes all files to be listed.
  410.  
  411.   %  FIND    Locate a file or files by title. Wildcards
  412.         may be given. This will search all
  413.         directories known by Waffle, though not
  414.         all directories on the disks.
  415.  
  416.   %  HELP    Display short menu, same as ?.
  417.  
  418.   %  LOG    Change current directory. A user's access is
  419.         checked before permitting entry.
  420.  
  421.         Unix or DOS syntax is acceptable:
  422.  
  423.           (>Log: ..           (move up 1 directory)
  424.           (>Log: ../comm      (move up then down one)
  425.  
  426.   %  MASTER    List ALL files in ALL directories that
  427.         you have access to.
  428.  
  429.   %  NEW    Search all directories for all files since
  430.         a given date. The default date (printed after
  431.         typing N) is your last login date.
  432.  
  433.           (>New files since: 08-Jul-90
  434.  
  435.         This operates similar to FIND.
  436.  
  437.   %  PROTOCOL    Select transfer protocol. Protocols are
  438.         given as single characters, and common ones
  439.         may include XMODEM, YMODEM, ZMODEM, or
  440.         Kermit (the first character is used for all
  441.         of these, so there can't be two protocols
  442.         starting with an X.)
  443.  
  444.           (>Protocol: Y
  445.           Y protocol selected.
  446.  
  447.         If you aren't sure what protocols are
  448.         available, hit ? for a list:
  449.  
  450.           (>Protocol: ?
  451.  
  452.           Protocols Available:
  453.  
  454.           X - Xmodem
  455.           Y - Batch Ymodem
  456.           Z - Zmodem
  457.  
  458.           Currently X is selected.
  459.  
  460.   %  QUIT    Exit files section; you are placed
  461.         back at the main Waffle prompt.
  462.  
  463.   %  RECEIVE    Upload a file using the currently
  464.         selected protocol. You are prompted for
  465.         a description of the file:
  466.  
  467.           (>Receive: lugnut.zip
  468.           Description (44 chars max): History of lugnuts
  469.  
  470.           Ready to receive
  471.  
  472.         The procedure from here varies depending
  473.         on what terminal program you are using. With
  474.         many PC programs the PGUP key should be hit.
  475.  
  476.   %  SEND    Download a file using the currently
  477.         selected protocol.
  478.  
  479.           (>Send: lugnut.zip
  480.           144 blocks, 18k
  481.  
  482.         You must then activate whatever download
  483.         facility you terminal program has; many PC
  484.         based programs use the PGDN key.
  485.  
  486.         One "block" is equal to 128 bytes.
  487.  
  488.   %  VIEW    View an ASCII file. If the file is binary
  489.         instead of ASCII, you may see nonsense.
  490.  
  491.   %  .        Move back one directory; if you were located
  492.                 in /files/comm, you hop back to /files.
  493.  
  494.   %  *        Display a listing of all FILES areas
  495.         that can be logged, although this does not
  496.         necessarily guarantee access.
  497.  
  498.   Additionally, privileged users can press ^D to delete a file
  499.   and ^E to edit a file.
  500.  
  501. HELP
  502.  
  503.   Provide help or information. How helpful this information
  504.   is depends on whether or not it is maintained.
  505.  
  506.     Information Available:
  507.  
  508.     ADDRESS      COMMANDS    Forums       JOIN
  509.     PUBLIC-UNIX  TRANSFERS   VIVISECTION
  510.  
  511.     Topic?
  512.  
  513.   If there are directories within the Waffle "HELP" directory,
  514.   these will be treated as containing subtopics:
  515.  
  516.     Topic? FORUMS
  517.  
  518.     LOCAL      Forums local to this site
  519.     USENET     Forums of a more international consequence
  520.  
  521.     FORUMS Topic?
  522.  
  523.   To exit any level of HELP, press the return key.
  524.  
  525.   The "*" command at the main menu is an abbreviation
  526.   for "HELP FORUMS"; also, from within the JOIN command a
  527.   "HELP JOIN" is issued when help is requested. Thus it is
  528.   recommended that the FORUMS or JOIN directories be kept.
  529.  
  530.   This command can be abbreviated as "H".
  531.  
  532. HOME
  533.  
  534.   Change to a user's "home directory". In most cases this is only
  535.   useful for privileged users, since they are the only ones who are
  536.   permitted to move around on the directory tree.
  537.  
  538.   Files in a user's home directory can also be accessed by
  539.   entering the FILES section, and logging the directory manually.
  540.  
  541.   Typically, a user "elvis" will have a home directory /user/elvis.
  542.  
  543. INFO
  544.  
  545.   Enter the System Bulletins & Information section. This area
  546.   contains information made available by the SYSTEM 0PERATOR for
  547.   callers to the system:
  548.  
  549.     S Y S T E M   I N F O R M A T I O N
  550.  
  551.     1    Various pieces of help or background, designed to
  552.          illuminate your understanding of system.
  553.  
  554.     2    Information about the BBS, its hardware, history,
  555.          and other nonsense that is barely worth reading.
  556.  
  557.     Topic?
  558.  
  559.   This command can be abbreviated as "I".
  560.  
  561. JOIN
  562.  
  563.   JOIN enters the forum configuration section, where each
  564.   user can configure which newsgroups show up during a NEW
  565.   scan of messages.
  566.  
  567.   The first time JOIN is invoked for a user, it will sign
  568.   you up to a list of default newsgroups (which are configured
  569.   by the operator of the system).
  570.  
  571.   After this, the following menu is available:
  572.  
  573.     JOIN / NEW scan Configuration Menu
  574.  
  575.     Use JOIN LIST to show which newsgroups you are JOINED to.
  576.  
  577.     You may wish to join rec.music.misc, rec.music.gaffa,
  578.     misc.security, rec.arts.comics, or alt.conspiracy.
  579.  
  580.     or type FORUMS to see a list of newsgroups available.
  581.  
  582.     Join command ADD DELETE FORUMS LIST QUIT? List
  583.  
  584.   The LIST command shows currently JOINED newsgroups, and the
  585.   number of new messages in each group.
  586.  
  587.     Currently JOINED to newsgroups:
  588.  
  589.         (17 new)    alt.bbs
  590.          (2 new)    pubnet.nixpub
  591.          (0 new)    pubnet.sysops
  592.          (0 new)    pubnet.talk
  593.         (46 new)    rec.arts.comics
  594.          (1 new)    junk
  595.          (1 new)    control
  596.          (0 new)    monitor
  597.  
  598.   Adding and removing a newsgroup are fairly straightforward.
  599.   It is only possible to ADD newsgroups that are currently
  600.   carried by the system; Waffle will tell you if a certain group
  601.   is not available.
  602.  
  603.   From the main Waffle prompt, you can enter some JOIN commands
  604.   without entering the menu:
  605.  
  606.     JOIN LIST
  607.     JOIN comp.unix.xenix
  608.     UNJOIN alt.weemba
  609.  
  610.   When you attempt to JOIN a newsgroup that you are already
  611.   JOINED to, you are prompted as to whether you wish to have that
  612.   group removed instead of added:
  613.  
  614.     JOIN alt.bbs
  615.     Currently joined. UNJOIN alt.bbs ?
  616.  
  617.   The list of newsgroups you are joined to is kept in a "JOIN"
  618.   file located in your user directory. It also contains the
  619.   numbers of the highest read message in each group you read.
  620.  
  621. JOURNAL
  622.  
  623.   Display the system Journal. Users above a certain level
  624.   (journal_ok in the static file, if you must know) are permitted
  625.   to change the Journal entry.
  626.  
  627.     [#1: the Public Barbequeue]
  628.     6:29p (?=help!) -> JOURNAL
  629.  
  630.     Finally the top50 of all-time albums is ready. After some
  631.     hard work (If anyone wants to do this again, ask everyone to
  632.     send in a list in a uniform format) I've completed the list:
  633.  
  634.         01  Dark Side of the Moon - PINK FLOYD           35
  635.         02  Moving Pictures - RUSH                       29
  636.         03  Wish You Were Here - PINK FLOYD              25
  637.         ...
  638.         48  Black Sea - XTC                               6
  639.         49  Blood on the Tracks - BOB DYLAN               6
  640.         50  Fragile - YES                                 6
  641.  
  642.     Anyway the list seems to be dominated by symphonic rock, but
  643.     I suppose that's how the cake bounces.
  644.  
  645.     Change this (yes/no)?
  646.  
  647.    The general idea behind the JOURNAL is to allow users to submit
  648.    various items, and let the exact nature of the submissions be a
  649.    surprise of sorts. Sometimes the JOURNAL will be a one or two
  650.    line "cookie" and other times a 25K diatribe.
  651.  
  652.    This command can be abbreviated as "J".
  653.  
  654. LIST
  655.  
  656.   List the last 20 callers, and some amount of information
  657.   regarding their stay on the system:
  658.  
  659.     79666 2400b ferret  Dave - A Twinkie <8> 4:49p   5:05p   FRI  26  BYE
  660.     79667 2400b sm0jmn  Bernt Andersson <0>  5:09p   5:10p   FRI   3  BYE
  661.     79668 2400b joej    Joe Rackelmann <1>   5:11p   5:16p   FRI   4  BYE
  662.     79670 2400b grimm   A/C <8>              5:18p   5:19p   FRI   2  BYE
  663.     79671 1200b mentor  The Mentor <2+>      5:21p   5:30p   FRI   6  BYE
  664.     79673 1200b wright  ken wright <0>       5:43p   5:44p   FRI   3  LOST
  665.     79674 2400b greg    Greg Montgomery <0>  6:14p   6:16p   FRI   5  BYE
  666.     79677 1200b jim     Jim Klessig <1>      6:23p   6:46p   FRI  19  BYE
  667.     79778 2400b redline Redline <1>          6:49p   7:14p   FRI   1  TIME
  668.  
  669.   If a numeric argument NN is given, the last NN callers will be listed
  670.   instead of the last 20 (LIST 500 displays the last 500 callers).
  671.  
  672.   Here's what lines in the caller log really mean:
  673.  
  674.     1     2     3       4                    5       6       7    8   9
  675.     79665 2400b floyd   Floyd R Turbo <9+>   3:15p   4:40p   FRI  29  BYE
  676.  
  677.     1  Caller number. Incremented after every connect.
  678.  
  679.     2  Baud rate of user. People take insane pleasure in altering
  680.            this field with the BAUD command..
  681.  
  682.     3  Account name of user.
  683.  
  684.     4  Full Identity of user, with access level, and + if user
  685.            posted. Users often ask what the + means. If they do, we tell
  686.            them "That means they voted republican in the last election".
  687.  
  688.     5  Login time.
  689.  
  690.     6  Logout time.
  691.  
  692.     7  Day of the week.
  693.  
  694.     8  Number of commands user entered ("Moves"). This is an indication
  695.            of the amount of activity a user performed while online.
  696.  
  697.     9  Method used to logout ("Egress"). This may be:
  698.  
  699.         BYE    logged out normally
  700.         LOST    lost carrier
  701.         IN    typed LOGIN
  702.         EXIT    special shell
  703.         IDLE    user timed out waiting for a key to be pressed
  704.         SiN    user took 255 turns (far too many)
  705.  
  706.   This command can be abbreviated as "L".
  707.  
  708. LOGIN
  709.  
  710.   Logs out of the current account, and requests a new name and
  711.   password as if the user had just called the system.
  712.  
  713.     [#1: the Public Barbequeue]
  714.     6:29 pm (?=help!) -> LOGIN
  715.        lunatic   logged out   04-Jul-69 06:29p
  716.  
  717.     Login or NEW:
  718.  
  719.   This is useful for callers who have a friend present that
  720.   wants to login to the system without redialing, or if you want
  721.   to exit your account and use a system maintenance account.
  722.  
  723. LOGOFF or LOGOUT
  724.  
  725.   Terminate connection to the system, the same as BYE.
  726.  
  727. MAIL
  728.  
  729.   The MAIL command permits private electronic communications
  730.   between users on the system or users on other systems. Typing
  731.   MAIL places you in a "mail submenu" where a number of
  732.   commands are available.
  733.  
  734.   Most of these commands may be abbreviated to a single letter.
  735.  
  736.   %  AGAIN     Reread the current message. Also see the
  737.         VERBOSE command if you want all headers to
  738.         be visible.
  739.  
  740.   %  BACK    Go backwards and read the previous message.
  741.  
  742.   %  CLEAR    Clear the screen, usually used
  743.         for privacy reasons.
  744.  
  745.   %  DELETE    Delete the current message.
  746.  
  747.         Next/37 Mail> D
  748.         Message 36 marked for deletion.
  749.  
  750.         To UNDELETE a message, DELETE it again.
  751.         In effect this command toggles the
  752.         "deleted" status.
  753.  
  754.         The message will be retained until MAIL is
  755.         exited, after which it will be removed from
  756.         disk and can no longer be undeleted.
  757.  
  758.         An argument may be specified containing a
  759.         message number to remove:
  760.  
  761.         Next/37 Mail> D 5
  762.         Message 5 marked for deletion.
  763.  
  764.   %  DOWNLOAD    Download the current mail message with the
  765.         active protocol.
  766.  
  767.         Next/37 Mail> DOWN
  768.         Download #36 via Z protocol? y
  769.  
  770.                 17 blocks, 3k, with Z protocol
  771.  
  772.   %  EXPAND    Expand a mailing list. This is the same
  773.         as the EXPAND command at the main Waffle menu.
  774.  
  775.   %  FOLLOW    REPLY to a message, including quoted text
  776.         in the reply. This helps a lot towards
  777.         establishing the context of the remarks.
  778.  
  779.         An address other than the originator of the
  780.         message may be specified:
  781.  
  782.         FOLLOW daltry@who.org
  783.  
  784.         Multiple addresses may be specified.
  785.  
  786.   %  FORWARD    Resend the current message to a new recipient.
  787.         This is usually used when you want someone
  788.         to read the message, or if mail is accidentally
  789.         sent to the wrong box (through user error).
  790.  
  791.         Next/37 Mail> forward sysop
  792.  
  793.         To: sysop
  794.         Letter saved.
  795.  
  796.         This only forwards the current message; it does
  797.         not apply to future mail.
  798.  
  799.   %  GO         Prints a selection of mail folders, of which
  800.                 you may make a selection or hit RETURN.
  801.  
  802.                 The default folder is the MAILBOX folder, where
  803.                 all normal incoming mail ends up.
  804.  
  805.                 Next/1441 Mail> G
  806.  
  807.                 Current folder is: mailbox
  808.  
  809.                 Folder      Letters    Bytes      Last modified
  810.                 ----------  ---------  ---------  ---------------------
  811.                 MAILBOX     1442       3882384    14-Feb-92 02:02
  812.                 CIS         3          1402       31-Jan-92 00:09
  813.  
  814.                 Enter folder name or RETURN to resume: CIS
  815.  
  816.                 "GO CIS" will do the same, but omits the menu.
  817.  
  818.                 Folders are created using the MOVE command
  819.                 after reading a message.
  820.  
  821.                 If you need to get to the folder list but you don't
  822.                 have any mail, use MAIL * from the main prompt.
  823.  
  824.   %  HELP       Gives the MAIL menu, a quick
  825.         summary of these commands.
  826.  
  827.   %  LIST       List the dates and sender of each message.
  828.  
  829.         Next/37 Mail> LIST
  830.  
  831.          37   19 Jun 90 - ferret (Dave - A twinkie)
  832.          38   19 Jun 90 - jas (The Slipped Disk)
  833.          39   23 Jun 90 - dell@vox.darkside.com (Thomas E Dell)
  834.          40   26 Jun 90 - Frank Chiquerie <frank@lugnut.com>
  835.          41   29 Jun 90 - lunky!pez (J Beauregard Pez)
  836.  
  837.         A starting number and header (LIST 1 SUBJECT), or
  838.         just a header (LIST ORGANIZATION) may be specified:
  839.  
  840.         Next/37 Mail> LIST 1 SUBJECT
  841.  
  842.           1   19 Jun 90 - Welcome to the system!
  843.           2   19 Jun 90 -
  844.           3   23 Jun 90 - The largest gear we've ever had!
  845.           4   26 Jun 90 - We have no bananas.
  846.           5   29 Jun 90 - Re: The largest gear we've ever had!
  847.  
  848.         (In this instance message #2 has no Subject: line).
  849.  
  850.         Upon entering MAIL, a LIST is normally displayed.
  851.         To abort a list, use ^C (Unix/DOS) or spacebar (DOS).
  852.  
  853.   %  MOVE       Move current message to a folder. If the folder
  854.                 does not exist, one is created by that name.
  855.  
  856.                 If you don't give an argument, the GO menu is shown
  857.                 and you may select a folder from it.
  858.  
  859.                 Next/32 Mail> MOVE BOUNCES
  860.                 Message 31 moved to BOUNCES folder.
  861.  
  862.                 MOVE marks the message as deleted. As you exit
  863.                 the mailbox the message was in, it is then deleted.
  864.  
  865.   %  NEXT    Read the next message.
  866.  
  867.         This is the same as pressing <RETURN>, which
  868.         is what people normally should do.
  869.  
  870.         Next/34 Mail>
  871.  
  872.         To: sysop
  873.         From: elvis (Elvis Aaron Presley)
  874.         Comments: what's going on around here anyway
  875.         Date: Sat, 25 Aug 90 10:51:43 PDT
  876.  
  877.         Please remove my account.
  878.         I will be no longer calling your system,
  879.         due to my unfortunate circumstances.
  880.  
  881.         Next/35 Mail>
  882.  
  883.   %  QUIT    Exit MAIL. If messages have been deleted, they are
  884.         removed at this time, otherwise the question
  885.  
  886.         Next/37 Mail> q
  887.         Purge all letters? y
  888.  
  889.         40 messages purged.
  890.  
  891.         is asked. This will NOT be asked if you are
  892.         reading FEEDBACK with the SYSMAIL command.
  893.  
  894.   %  REPLY    Reply to a message. The "Subject:" will have
  895.         a "Re:" attached in front if one does not already
  896.         exist. For example,
  897.  
  898.         Next/37 Mail> r
  899.  
  900.         To: Frank Chiquerie <frank@lugnut.com>
  901.         Subject: Re: 408 Area Code
  902.  
  903.         A REPLY can also be sent to someone other than
  904.         the person who sent the message,
  905.  
  906.         Next/37 Mail> R frank@wk24.lugnut.com
  907.  
  908.         This is often necessary if the address has been
  909.         munged beyond recognition by the time it gets to
  910.         your site, plus various other scenarios.
  911.  
  912.   %  SEND    Send a message. Same as "MAIL address"; does
  913.         not use the previous message's Subject.
  914.  
  915.         Next/36 Mail> send dell@vox.darkside.com
  916.  
  917.   %  VERBOSE    Redisplay message with ALL headers, including
  918.         those turned off with the "ignore" parameter in
  919.         the static file.
  920.  
  921.   %  WRITE    Save the current message in a file in the
  922.         user's home directory. If the file already
  923.         exists the message will be appended.
  924.  
  925.         Next/36 Mail> write
  926.         Appended to file /user/lunatic/mailbox
  927.  
  928.         If a name is specified, that filename will
  929.         be used to store the message:
  930.  
  931.         Next/36 Mail> write yip.txt
  932.         Written to file /user/lunatic/yip.txt
  933.  
  934.         It is generally more efficient to keep old mail
  935.         in such a file rather than in the mailbox.
  936.  
  937.         Privileged users may WRITE to device files;
  938.         ie., "WRITE PRN", to send output to the printer.
  939.  
  940.   Typing a message's number at the MAIL prompt will cause
  941.   that message to be read.
  942.  
  943.   If you want to add additional headers to messages, the static
  944.   file parameter "ask:" should be added; see STATIC.DOC file.
  945.  
  946.   The MAIL command can be abbreviated as "M".
  947.  
  948. MEMORY
  949.  
  950.   For the DOS version of Waffle, tells how much memory
  951.   is still free for running other programs.
  952.  
  953.     coreleft = 224824
  954.  
  955.   If this number is low, say 50k or less, either there is
  956.   a configuration problem or your machine had little memory
  957.   to start with.
  958.  
  959. NEW
  960.  
  961.   Read all new messages on all subscribed newsgroups.
  962.  
  963.   For people who do not have a JOIN file, the date of the
  964.   last NEW scan is used to determine if messages are new.
  965.  
  966.   For those with JOIN files, only subscribed groups
  967.   will be checked for new messages. See the description of
  968.   the JOIN command for more information.
  969.  
  970.   All READ menu commands are available with the NEW
  971.   command. See the information on READ for a more detailed
  972.   description of these.
  973.  
  974.   If an argument is given, the NEW can will start at
  975.   that group; this is useful if you only want to read a
  976.   few groups near the end of your NEW scan.
  977.  
  978.   This command can be abbreviated as "N".
  979.  
  980. NODE
  981.  
  982.   The least useful Waffle command. Displays the network name
  983.   of the machine, for example:
  984.  
  985.     elf.santa-cruz.ca.us
  986.  
  987.   This is generally the same name used on return addresses.
  988.  
  989. OFF
  990.  
  991.   An alias for the BYE command. Logoff the system,
  992.   and terminate connection.
  993.  
  994. OREO
  995.  
  996.   A nutritional food item yet to be featured on the
  997.   Twin Peaks television show. This is included so that people
  998.   typing "O" are not immediately logged out because of OFF.
  999.  
  1000.   When another command starting with "O" is added to the list
  1001.   of available commands, this practice will be discontinued.
  1002.  
  1003. PAGE
  1004.  
  1005.   Clear the screen, usually for reasons of privacy. This will be
  1006.   effective only if your terminal supports this function, and only
  1007.   if Waffle thinks your terminal is what it really is.
  1008.  
  1009.   PAGE is identical to the CLEAR command.
  1010.  
  1011. PATH
  1012.  
  1013.   An alias for the CD command, to change disk directories.
  1014.   Using PATH requires a privileged account.
  1015.  
  1016. PLAN
  1017.  
  1018.   Create a PLAN file, which is displayed when someone
  1019.   fingers your account:
  1020.  
  1021.     [#1: the Public Barbequeue]
  1022.     6:29p (?=help!) -> PLAN
  1023.  
  1024.     Create /user/floyd/plan? Y
  1025.  
  1026.     [...0 lines...]
  1027.  
  1028.     1> We all shine on..
  1029.     2> Like the moon, and the stars, and the sun..
  1030.     3> /s
  1031.  
  1032.   If you already had a PLAN file in your home directory, this
  1033.   will edit the file rather than create a new one.
  1034.  
  1035. POOF
  1036.  
  1037.    Vanish from the system without leaving a trace.
  1038.  
  1039.    You can use the POOF command to skip entering yourself in
  1040.    the caller log. This is commonly used by sysops who don't want
  1041.    to show up there too much, and by timid users who are
  1042.    ashamed to show their faces.
  1043.  
  1044.    Normal users may not POOF on their first call of any day.
  1045.    This is to discourage hidden users of your BBS. All POOF's are
  1046.    recorded in the EVENTS log.
  1047.  
  1048. POST
  1049.  
  1050.   Post a message on a forum or newsgroup. A subject will be
  1051.   requested, although additional headers may also be requested
  1052.   if the system has been configured in that manner.
  1053.  
  1054.   Access to post in a particular forum is required before a
  1055.   user is permitted to enter a message.
  1056.  
  1057.     [#1: the Public Barbequeue]
  1058.     6:29p (?=help!) -> POST
  1059.  
  1060.     Subject: BBQ - This Sunday at 6PM
  1061.  
  1062.     Enter message, single / when done.
  1063.     /s to save or /q to quit without saving.
  1064.  
  1065.     1> Under penalty of death all users are expected
  1066.     2> to attend the barbequeue. This order comes
  1067.     3> from the Highest Authority.
  1068.     4> /s
  1069.  
  1070.     Message saved.
  1071.  
  1072.   With Usenet newsgroups, it is often convenient to crosspost
  1073.   an article to multiple groups. You can do this by specifying
  1074.   arguments to POST, such as
  1075.  
  1076.     POST rec.arts.comics,alt.cyberpunk
  1077.  
  1078.   Crossposting is forbidden to moderated newsgroups, or
  1079.   newsgroups where this facility has been disabled with the
  1080.   "/solo" configuration keyword.
  1081.  
  1082.   
  1083. Contined Next Chapter